1. Basketball
2. Running
alt text
| university | Degree | Time |
|---|---|---|
| Southwest Jiaotong University | Undergraduate | 2012-2014 |
| University of Calgary | Undergraduate | 2014-2017 |
| University of British Columbia | Graduate | 2017- |
Dwyane Wade is my favorite player.
link to the page abount Dwyane Wade
Dwyane Wade said “fall down 7 times ,stand up 8”
His words inspired me when I was in trouble.
I wrote a code about my favorite player for you. (Answer need to use quotation marks and write in full name, not use wade, Dwyane wade, “wade” )
answer<- function(x) {
if(x =="Dwyane wade") {
print('right')
}
else {
print('wrong')
}
}
If the weather is good, I will go outside running during the weekends.
Here are some reasons why Running Improves Your Health
I try to edit the README.md in the browser at github.com when I first used github. And I found that it was very inconvenient for layout. So I try to edit locally and then Pull to GitHub. I create a file called “homework 1” and make a connection from Github to my computer. Every time when I add some information I will save my changes. Then use “Commit” button to send my changes to my repo. The last thing just push the commit to GitHub.
I find some problems when I do the first assignment. Firstly, when I want to use “section headers” Markdown syntax, I often forget the space after the pound sign. This leads to make an error after pushing local changes to Github. Then I learned how to find Where is the link to the picture on the web. For every image, use the right button of the mouse to find the copy image address. Moreover, I find there is a very useful website for Markdown syntax. For the R markdown document, rightnow I find it very easy to repete what we studied in class. And here is my gapminder.Rmd link, gapminder.md link, and gapminder_files link